home *** CD-ROM | disk | FTP | other *** search
- object Note: TNote
- Left = 193
- Top = 286
- BorderStyle = bsDialog
- Caption = 'Note'
- ClientHeight = 224
- ClientWidth = 411
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 393
- Height = 177
- Lines.Strings = (
- 'Memo1')
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Button1: TButton
- Left = 248
- Top = 192
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 328
- Top = 192
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-